-
Hello, the following code ceases to be reproducible when the weights in cross entropy are non-integers. Here’s the example:
```python
import numpy as np
from collections import Counter
import to…
-
# Individual Review | CompSci Blogs
Reflection and progress
[https://tanishapatil1234.github.io/tri2/2023/01/16/IndReview_Jan.html](https://tanishapatil1234.github.io/tri2/2023/01/16/IndReview_Jan.h…
-
Hi,
First of all, congrats for this project, it appears to be very promising.
I ran run_train like this `./run_train.py --target=low BTC_ETH --period=day` and 2 days later, it's still running wi…
-
Ok, I'm going to try and be productive here on the questions, though I am a little frustrated to say the least.
Trying to get it to do a simple prediction in the playground-add-synthethic branch. G…
-
Hi, since I'm trying to re-implement your code in Keras (python 3.6), I open this thread for some questions and advice.
1. You defined your input images as 512x512x3, but then your SqueezeNet take …
-
It would be very useful to compare real training performance on amd and nvidia cards.
For Nvidia cards we have a lot of graphs and tests, for example:
https://github.com/u39kun/deep-learning-benchma…
-
## Detailed Description
https://arxiv.org/abs/2202.10890 is a new Perceiver model that is supposed to scale better,etc. I've only skimmed it, but might be a nice improvement.
## Context
…
-
Firstly, thanks for an awesome implementation!
I've tried lots of variants of setups (CPU/GPU) and settled on AWS but having bumped up against image size limitations, I installed cudnn thinking that …
-
Hi
I started to try to use your code to analyze some behavior (fish to start), but I run into a problem.
I manage to run video_to_ST_image_batch.py and got some ST-images for my video. But then, …
-
# Introduction to machine learning
What is Machine Learning?
Machine learning (ML) is a modern software development technique and a type of artificial intelligence (AI) that enables computers …